翻訳と辞書
Words near each other
・ Network of Hispanic Communicators
・ Network of Indian Professionals
・ Network of InterCultural Exchange
・ Network of International Business Schools
・ Network of International Christian Schools
・ Network of National Institutions in the Americas
・ Network of practice
・ Network of Schools of Public Policy, Affairs, and Administration
・ Network of Spiritual Progressives
・ Network on a chip
・ Network on Religion and Justice
・ Network on Terminal Architecture
・ Network One
・ Network operating system
・ Network operations center
Network operator matrix
・ Network packet
・ Network partition
・ Network performance
・ Network planning and design
・ Network Policy Server
・ Network probability matrix
・ Network Processing Forum
・ Network processor
・ Network Professional Association
・ Network programming
・ Network Project on Sheep Improvement
・ Network protector
・ Network Protocol Stack E6
・ Network Q RAC Rally (video game)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Network operator matrix : ウィキペディア英語版
Network operator matrix

Network operator matrix (NOM) is a representation of mathematical expressions in computer memory.
NOM is a new approach to the problem of automatic search of mathematical equations. The researcher defines the sets of operations, variables and parameters.〔Diveyev A.I., Sofronova E.A. Application of network operator method for synthesis of optimal structure and parameters of automatic control system. ''Proceedings of 17-th IFAC World Congress'', Seoul, Korea 05 – 12 July 2008〕 The computer program generates a number of mathematical equations that satisfy given restrictions. Then the optimization algorithm finds the structure of appropriate mathematical expression and its parameters.
Network operator is a directed graph that corresponds to some mathematical expressions. Every source nodes of the graph are variables or constants of mathematical expression, inner nodes correspond to binary operations and edges correspond to unary operations. The calculation’s result of mathematical expression is kept in the last sink node.〔(【引用サイトリンク】url=http://www.network-operator.com/papers.php )
==Example==

Consider the following mathematical expression
The graph for Expression (), is presented in Fig. 1.
On the edges we place unary operations
\rho_1(z)= z \, ;
\rho_3(z)= -z \,;
\rho_6(n) =
\begin
\varepsilon\!^, & \textz>\ln \varepsilon \!\\
e^z, & \text
\end
;
\rho_(z)= \sin z \,;
In the inner and sink nodes we place binary operations
\chi_0(z',z'')= z'+z'' \, ;
\chi_1(z',z'')= z' \times z'' \, ;
Expression 1 can be presented in the PC memory as a NOM
: \Psi = \begin
0 & 0 & 0 & 1 & 1 & 0 & 0 & 12 \\
0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 3 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 \\
0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 6 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0
\end
Any mathematical expression can be presented as a network operator matrix.〔A.I. Diveev, E.A. Sofronova The synthesis of optimal control system by the network operator method ''IFAC Workshop on Control Applications and Optimization, CAO’09'', 6–8 May, University of Jyväskylä, Agora, Finland.〕〔Diveev A.I., Sofronova E.A. Numerical method of network operator for multi-objective synthesis of optimal control system, ''Proceedings of 7-th International Conference on Control and Automation (ICCA’09)'', Christchurch, New Zealand, December 9–11, 2009.〕〔Diveev A.I. A multiobjective synthesis of optimal control system by the network operator method. ''Proceedings of international conference «Optimization and applications» (OPTIMA 2009)'', Petrovac, Montenegro, September 21–25, 2009〕〔(【引用サイトリンク】url=http://www.intechopen.com/books/bio-inspired-computational-algorithms-and-their-applications/the-network-operator-method-for-search-of-the-most-suitable-mathematical-equation )
To calculate the mathematical expression by the network operator matrix the node vector is used.
Each component of node vector corresponds to the nodes of the network operator graph. Initially each component is equal to the argument for the given node or the unit element of binary operation.
For addition and multiplication the number of operation equals its unit element. For addition it is 0, for multiplication it is 1.
The node vector for the given example
\mathbf=(q_1\ x_2\ 0\ 1\ 0\ 1\ 0 )^T
The calculation by matrix \Psi is performed for nonzero nondaigonal elements \psi_\neq 0 by
z_j=\chi_}(z_i))
Follow the rows of the matrix.
For the Row 1 we have \psi_=1, that is i=1, j=4, \psi_=\psi_=0.
Take arguments from \mathbf=(q_1\ x_2\ 0\ 1\ 0\ 1\ 0 )^T
z_1=x_1, z_4=0 then
z_4=\chi_}(z_1))=\chi_0(z_4,\rho_1(z_1))=0+x_1=x_1
Further in Row 1 we have \psi_=1
z_5=\chi_}(z_1))=\chi_1(z_5,\rho_1(z_1))=1\times x_1=x_1
\psi_=12
z_8=\chi_}(z_1))=\chi_0(z_8,\rho_(z_1))=0+\sin x_1=\sin x_1.
As a result after Row 1 we have \mathbf=(q_1\ x_2\ x_1\ x_1\ 0\ 1\ \sin x_1 )^T.
For the Row 2 we have
\psi_=1

z_5=\chi_}(z_2))=\chi_1(z_5,\rho_(z_1))=x_1q_1
then follow the rows
\psi_=3
z_6=\chi_}(z_3))=\chi_0(z_6,\rho_(z_3))=0+(-x_2)=-x_2
\psi_=1

z_8=\chi_}(z_4))=\chi_0(z_8,\rho_(z_4))=\sin x_1+x_1
\psi_=1

z_7=\chi_}(z_5))=\chi_1(z_7,\rho_(z_5))=1x_1q_1=x_1q_1
\psi_=6

z_7=\chi_}(z_6))=\chi_1(z_7,\rho_(z_6))=x_1q_1e^
\psi_=1

z_8=\chi_}(z_7))=\chi_0(z_8,\rho_(z_7))=\sin x_1+x_1+x_1q_1e^.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Network operator matrix」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.